/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

body.iwata {
  min-width: 1200px;
}
body.iwata .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
body.iwata .inner h3 {
  font-family: urw-din-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  color: #1c2a4d;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #fcc800;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
}
body.iwata .inner p.txt {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
body.iwata .inner dl.em {
  margin: 5px auto;
}
body.iwata .inner dl.em dt,
body.iwata .inner dl.em dd {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}
body.iwata .inner .btn_block {
  margin: 40px auto 20px auto;
  width: 400px;
  text-align: center;
}
body.iwata .inner .btn_block a {
  display: block;
  color: #fcc800;
  background: #1c2a4d;
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
body.iwata .inner .btn_block a:hover {
  background: #fcc800;
  color: #1c2a4d;
}
body.iwata .flexbox {
  display: -webkit-flex;
  display: flex;
}
body.iwata #pageTop {
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 1120px;
  margin: auto;
  text-align: right;
}
body.iwata #pageTop a {
  display: inline-block;
  width: 60px;
  margin: 0 auto 0 0;
}
body.iwata #pageTop a img {
  width: 60px;
  height: 60px;
}
body.iwata .hideSP {
  display: block;
}
body.iwata .hidePC {
  display: none;
}

@media screen and (max-width: 767px) {
  body.iwata {
    min-width: 100%;
  }
  body.iwata .inner {
    width: auto;
    margin: 0 4%;
    padding: 20px 0;
  }
  body.iwata .inner h3 {
    font-size: 40px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  body.iwata .inner p.txt {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  body.iwata .inner dl.em dt,
  body.iwata .inner dl.em dd {
    display: block;
    font-size: 15px;
  }
  body.iwata .inner .btn_block {
    margin: 30px auto 20px auto;
    width: 280px;
    text-align: center;
  }
  body.iwata .inner .btn_block a {
    font-size: 15px;
    height: 60px;
    line-height: 60px;
  }
  body.iwata .inner .btn_block a:hover {
    color: #fcc800;
    background: #1c2a4d;
  }
  body.iwata #pageTop {
    position: fixed;
    bottom: 25px;
    left: auto;
    right: 15px;
    width: 46px;
    margin: auto;
    text-align: right;
  }
  body.iwata #pageTop a {
    width: 46px;
    margin: 0 auto 0 0;
  }
  body.iwata #pageTop a img {
    width: 46px;
    height: 46px;
  }
  body.iwata .hideSP {
    display: none;
  }
  body.iwata .hidePC {
    display: block;
  }
}
.movieHeader {
  background: #000;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.movieHeader video {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .movieHeader video {
    max-width: 100%;
  }
}
nav {
  background: #fcc800 url(/home/iwata/img/bg_nav.gif) repeat-x center center;
}
nav ul {
  min-width: 1000px;
  max-width: 1000px;
  padding-right: 32px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
nav ul li {
  text-align: center;
  margin: 27px 0;
  position: relative;
}
nav ul li::after {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  background: #1c2a4d;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
nav ul li:nth-child(2)::after {
  display: none;
}
nav ul li span {
  display: block;
  text-align: center;
  font-family: urw-din-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  color: #3e3e3e;
  line-height: 1;
  width: 100%;
  padding: 0 16px;
  letter-spacing: 0.03em;
  opacity: 0.5;
}
nav ul li a {
  display: block;
  text-align: center;
  font-family: urw-din-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  color: #1c2a4d !important;
  text-decoration: none !important;
  line-height: 1;
  width: 100%;
  padding: 0 16px;
  letter-spacing: 0.03em;
}
nav ul li a::after {
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #1c2a4d;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul li a:hover {
  position: relative;
}
nav ul li a:hover::after {
  width: 70%;
}

@media screen and (max-width: 767px) {
  nav {
    background: #fcc800 url(/home/iwata/img/bg_nav_sp.gif) no-repeat center center;
    background-size: 100% 100%;
  }
  nav ul {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }
  nav ul li {
    text-align: center;
    margin: 0;
    width: 50%;
    border-bottom: 1px solid #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  nav ul li:nth-child(odd) {
    border-right: 1px solid #FFF;
  }
  nav ul li:first-child {
    background: #1c2a4d;
    text-align: center;
    font-family: urw-din-semi-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #fcc800;
    padding: 15px 0;
    line-height: 1;
  }
  nav ul li::after {
    display: none;
  }
  nav ul li span {
    font-size: 18px;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.6;
  }
  nav ul li a {
    font-size: 18px;
    padding: 15px 0;
  }
  nav ul li a::after {
    display: none;
  }
  nav ul li:hover::after {
    display: none;
  }
}
#messege .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#messege .inner .logo {
  width: 300px;
}
#messege .inner .logo img {
  width: 100%;
  height: auto;
}
#messege .inner .msg {
  width: 560px;
  margin-left: 60px;
}
#messege .inner .msg h2 img {
  width: 100%;
  height: auto;
}
#messege .inner .msg p {
  text-align: left;
  font-size: 22px;
  margin: 30px 0 0 10px;
}

@media screen and (max-width: 767px) {
  #messege .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #messege .inner .logo {
    width: 30vw;
    margin: 0 auto;
  }
  #messege .inner .logo img {
    width: 100%;
    height: auto;
  }
  #messege .inner .msg {
    width: calc(100% - 34vw);
    margin-left: 10px;
  }
  #messege .inner .msg h2 img {
    width: 100%;
    height: auto;
  }
  #messege .inner .msg p {
    text-align: left;
    font-size: 14px;
    margin: 10px 0 0 5px;
  }
}
#news {
  background: #eaeaea;
}
#news .photo {
  width: 740px;
  margin: 20px auto;
}
#news .photo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #news .photo {
    width: 100%;
    margin: 10px auto;
  }
}
#movie {
  background: #000;
}
#movie .inner h3 {
  color: #fcc800;
}
#movie .inner .unit {
  text-align: center;
  margin: 0 0 40px 0;
  color: #FFF;
}
#movie .inner .unit .youtube {
  width: 740px;
  margin: 20px auto;
}
#movie .inner .unit .video {
  width: 740px;
  margin: 20px auto;
}
#movie .inner .unit .video video {
  width: 100%;
  height: auto;
}
#movie .inner .btn_block a {
  background: #fcc800;
  color: #1c2a4d;
}
#movie .inner .btn_block a:hover {
  background: #1c2a4d;
  color: #fcc800;
}

@media screen and (max-width: 767px) {
  #movie .inner .unit {
    margin: 0 0 20px 0;
    color: #FFF;
  }
  #movie .inner .unit .youtube {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    margin: 10px auto;
  }
  #movie .inner .unit .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #movie .inner .unit .video {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    margin: 10px auto;
  }
  #movie .inner .unit .video video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
#ceremony {
  background: #eef0f5 url(/home/iwata/img/bg_logo.png) no-repeat center center;
  background-size: 720px auto;
}
#ceremony dl.em {
  width: 740px;
}
#ceremony .photo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto;
  height: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#ceremony .photo img {
  width: 360px;
  height: auto;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  #ceremony {
    background-size: contain;
  }
  #ceremony dl.em {
    width: auto;
  }
  #ceremony .photo {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto;
  }
  #ceremony .photo img {
    width: 48%;
    height: auto;
    margin: 0;
  }
}
#present dl.em.block {
  display: block;
}
#present dl.em.block dt,
#present dl.em.block dd {
  display: block;
  text-align: center;
}
#present dl.em.block dt {
  background: #c20000;
  color: #FFF;
  padding: 0 5px;
  width: 150px;
  margin: 0 auto 10px auto;
}
#present dl.em.block dd {
  color: #c20000;
  font-size: 22px;
}
#present dl.em {
  text-align: center;
}
#present ul.indent li {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
  text-align: center;
}
#present .photo {
  width: 500px;
  margin: 20px auto;
}
#present .photo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #present dl.em.block dt {
    padding: 0 5px;
    width: 150px;
    margin: 0 auto 10px auto;
  }
  #present dl.em.block dd {
    font-size: 18px;
    line-height: 1.5;
  }
  #present dl.em {
    margin: 10px auto 5px auto;
  }
  #present dl.em dt,
  #present dl.em dd {
    display: inline-block;
    text-align: center;
  }
  #present ul.indent li {
    font-size: 12px;
  }
  #present .photo {
    width: 100%;
    margin: 10px auto;
  }
}
#stats {
  background: #eaeaea url(/home/iwata/img/bg_iwata.png) no-repeat top right;
}
#stats table.stats {
  margin: 0 auto;
}
#stats table.stats th,
#stats table.stats td {
  border: 1px solid #AAA;
  line-height: 1.2;
  text-align: center;
  padding: 5px;
  font-weight: normal;
  font-size: 12px;
  background: #fff;
  white-space: nowrap;
}
#stats table.stats thead th,
#stats table.stats thead td,
#stats table.stats tr.total th,
#stats table.stats tr.total td {
  background: #D6D6D6;
}
#stats table.stats tr.total th,
#stats table.stats tr.total td {
  border-top: 2px solid #AAA;
}
#stats p.date {
  text-align: right;
  width: 780px;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  #stats {
    background: #eaeaea url(/home/iwata/img/bg_iwata.png) no-repeat 80px top;
    background-size: contain;
  }
  #stats .scroll_wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  #stats p.date {
    width: auto;
    margin: 10px auto;
  }
}
#history {
  background: #1c2a4d;
}
#history h3 {
  color: #fcc800;
}
#history ul.spTab {
  display: none;
}
#history .unit h4 {
  color: #fcc800;
  font-family: urw-din-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: 700;
  font-size: 44px;
  border-right: 1px solid #fff;
  padding-right: 60px;
  position: relative;
}
#history .unit h4::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fcc800;
  position: absolute;
  top: 24px;
  right: -7px;
}
#history .unit .block {
  padding-left: 80px;
}
#history .unit .block dl {
  font-size: 14px;
}
#history .unit .block dl dt {
  color: #fcc800;
}
#history .unit .block dl dd {
  color: #FFF;
}
#history .unit .block .photo {
  width: 766px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0 30px 0;
}

@media screen and (max-width: 767px) {
  #history ul.spTab {
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 1px solid #fcc800;
    margin-bottom: 20px;
  }
  #history ul.spTab li {
    width: 25%;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    font-family: urw-din-semi-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #fcc800;
    border-right: 1px solid #fcc800;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #history ul.spTab li.active {
    background: #fcc800;
    color: #1c2a4d;
  }
  #history .unit {
    display: none;
  }
  #history .unit.show {
    display: block;
  }
  #history .unit h4 {
    display: none;
  }
  #history .unit h4::after {
    display: none;
  }
  #history .unit .block {
    padding-left: 0;
  }
  #history .unit .block dl {
    font-size: 13px;
  }
  #history .unit .block .photo {
    width: auto;
    margin: 10px 0 30px 0;
  }
  #history .unit .block .photo li {
    width: 49%;
  }
  #history .unit .block .photo li img {
    width: 100%;
    height: auto;
  }
  #history .unit#y2016 dl:last-child {
    margin-bottom: 20px;
  }
}
#goods {
  background: #f2f2f2;
}
#goods ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#goods ul li {
  width: 460px;
  margin: 20px 0;
  text-align: center;
}
#goods ul li span {
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}
#goods ul li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #goods ul li {
    width: 49%;
    margin: 10px 0;
    text-align: center;
  }
  #goods ul li span {
    font-size: 12px;
    margin: 5px;
  }
  #goods .btn_block {
    margin-top: 20px;
  }
}
footer {
  padding: 30px 0;
  text-align: center;
}
footer .logo {
  text-align: center;
  position: relative;
  z-index: 10;
  width: 60px;
  margin: 0 auto;
}
footer .logo a {
  display: block;
}
footer .logo img {
  width: 60px;
  height: auto;
}
footer p.copy {
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0;
  }
  footer .logo {
    width: 40px;
    margin: 0 auto;
  }
  footer .logo a {
    display: block;
  }
  footer .logo img {
    width: 40px;
    height: auto;
  }
  footer p.copy {
    font-size: 11px;
  }
}

/*# sourceMappingURL=common.css.map */
